home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000403_bglauz@parkbilling.com_Fri Sep 21 11:33:04 EDT 2001.msg < prev   
Text File  |  2020-01-01  |  2KB  |  37 lines

  1. Article: 12804 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!washdc3-snh1.gtei.net!cpk-news-hub1.bbnplanet.com!news.gtei.net!newsfeed1.cidera.com!Cidera!sjcppf01.usenetserver.com!e420r-sjo4.usenetserver.com!usenetserver.com!sjcpnn01.usenetserver.com.POSTED!not-for-mail
  3. From: "rnglauz" <bglauz@parkbilling.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Kermit in VB6
  6. Lines: 16
  7. X-Priority: 3
  8. X-MSMail-Priority: Normal
  9. X-Newsreader: Microsoft Outlook Express 5.00.2615.200
  10. X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
  11. Message-ID: <MiBq7.1150$CL.40340@sjcpnn01.usenetserver.com>
  12. X-Complaints-To: abuse@usenetserver.com
  13. X-Abuse-Info: Please be sure to forward a copy of ALL headers
  14. X-Abuse-Info: Otherwise we will be unable to process your complaint properly.
  15. NNTP-Posting-Date: Fri, 21 Sep 2001 02:41:48 EDT
  16. Organization: WebUseNet Corp.  http://corp.webusenet.com - ReInventing the UseNet
  17. Date: Thu, 20 Sep 2001 22:48:20 -0700
  18. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12804
  19.  
  20. We have program which generates a data file that we would like to transfer
  21. to a Kermit server (old 386).  This is working okay using PDQ Comm.
  22. However, after the file transfer, we would also like to send DOS
  23. instructions to do the following three operations:
  24.     copy z*.* a:        (this copies the file just transmitted to a floppy
  25. for transfer to another computer)
  26.     copy z*.* \u        (this copies to a backup directory)
  27.     del z*.*                (this deletes the original file from the pdl
  28. directory)
  29.  
  30. PDQ Comm does not appear to do this easily.  Is there any other control
  31. available for VB6 which can do this.
  32.  
  33. Thanks,  Bob  (email:  rnglauz@ucdavis.edu)
  34.  
  35.  
  36.  
  37.